home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000167_jaltman@columbia.edu_Mon Jun 16 09:13:02 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  42 lines

  1. Article: 14396 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: jaltman@columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Backspace Insists on sending ^H
  6. Date: 15 Jun 2003 18:50:43 -0400
  7. Organization: Columbia University
  8. Lines: 25
  9. Message-ID: <bcit83$kvm$1@watsol.cc.columbia.edu>
  10. References: <779oev84tluh03lpoag0imeueh45algboj@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1055717444 1132 128.59.39.139 (15 Jun 2003 22:50:44 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 15 Jun 2003 22:50:44 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14396
  16.  
  17. SET DIALER BACKSPACE is a private command that the dialer uses to 
  18. instruct the K95[G].exe instance running the script to reset the
  19. default SET TERMINAL KEY <terminal> for the Backspace Key (\8).
  20.  
  21. Values set by the user in a SET KEY command for all terminal types
  22. take precedence over the key definitions of a specific terminal type.
  23.  
  24. SET KEY is meant to be use only for backward compatibility with MS-DOS
  25. Kermit and the documentation in the "Using C-Kermit" books.  It should
  26. not be used in Kermit 95.
  27.  
  28. Jeffrey Altman
  29. Volunteer Kermit Developer
  30.  
  31.  
  32.  
  33. In article <779oev84tluh03lpoag0imeueh45algboj@4ax.com>,
  34. Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
  35. : set dialer backspace \127
  36.  
  37. -- 
  38.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  39.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  40.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  41.  kermit-support@columbia.edu               OpenSSL.
  42.